@charset "utf-8";
#header {
	width: 750px;
	height: auto;
	background-color: #643200;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}
#content {
	width: 750px;
	background-color: #E2DFCF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #643200;
}
#par {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003333;
	background-color: #FFFFD9;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar{
	float: left;
	width: 20px;
	height:0px;
	background-color: #CEC286;
	padding-top: 0px;
}
#maincontent {
	width:680px;
	float: right;
	top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #EDE8D1;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #400000;
}
#footer {
	width:730px;
	top:10px;
	float: right
	padding-left: 20px;
	}
.didLink {
	font-family: "DejaVu Sans";
	font-size: 14px;
	color: #3D6326;
	background-color: #ECE9D8;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0C050C;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5F5F5F;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #55525D;
	text-decoration: none;
	font-size: 14px;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #090513;
	text-decoration: none;
	font-size: 14px;
}
.didH3 {
	font-family: "DejaVu Sans";
	font-size: 18px;
	color: #1E1D3C;
	background-color: #CBC6E1;
}
